home *** CD-ROM | disk | FTP | other *** search
- /***************** From rle_config.tlr *****************/
-
- #define CONST_DECL
- #define NEED_SETLINEBUF
- #define NO_OPEN_PIPES
- #define USE_PROTOTYPES
- #define USE_RANDOM
- #define USE_STDARG
- #define USE_STDLIB_H
- #define USE_STRING_H
- #define VOID_STAR
-
- #ifdef AMIGA
- #include <string.h>
-
- #ifndef __SASC_60
- #define bcopy(from, to, size) memcpy((to), (from), (size))
- #define bzero(to, size) memset((to), 0, (size))
- #define bcmp(a, b, size) memcmp((a), (b), (size))
- #endif
- #endif
-
- /* CONST_DECL must be defined as 'const' or nothing. */
- #ifdef CONST_DECL
- #undef CONST_DECL
- #define CONST_DECL const
-
- #else
- #define CONST_DECL
-
- #endif
-
- /* A define for getx11. */
- #ifndef XLIBINT_H
- #define XLIBINT_H_NOT_AVAILABLE
- #endif
-